-- $Id: CISCO-SNAPSHOT-CAPABILITY.my,v 3.2 1995/11/17 08:35:02 hampton Exp $
-- $Source: /swtal/cherf.111/ios/sys/MIBS/CISCO-SNAPSHOT-CAPABILITY.my,v $
-- *****************************************************************
-- CISCO-SNAPSHOT-CAPABILITY.my: CISCO-SNAPSHOT-MIB AGENT-CAPABILITIES
--
-- January, 1995 Sandra Durham
--
-- Copyright (c) 1995 by cisco Systems, Inc.
-- All rights reserved.
-- 
-- *****************************************************************
-- $Log: CISCO-SNAPSHOT-CAPABILITY.my,v $
-- Revision 3.2  1995/11/17  08:35:02  hampton
-- Remove old entries from the RCS header logs.
--
-- Revision 3.1  1995/11/09  10:50:40  shaker
-- Bump version numbers from 2.x to 3.x.
--
-- Revision 2.2  1995/10/17  23:55:47  jjohnson
-- CSCdi42358:  syntax errors in agent capability files
--
-- Revision 2.1  1995/06/07  20:01:13  hampton
-- Bump version numbers from 1.x to 2.x.
--
-- *****************************************************************
-- $Endlog$

CISCO-SNAPSHOT-CAPABILITY DEFINITIONS ::= BEGIN

IMPORTS
        MODULE-IDENTITY
                FROM SNMPv2-SMI
        AGENT-CAPABILITIES
                FROM SNMPv2-CONF
        ciscoAgentCapability
                FROM CISCO-SMI;

ciscoSnapshotCapability MODULE-IDENTITY
                LAST-UPDATED    "9501230000Z"
                ORGANIZATION    "Cisco Systems, Inc."
                CONTACT-INFO
                        "       Cisco Systems
                                Customer Service
                        
                        Postal: 170 West Tasman Drive
                                San Jose, CA  95134
                                USA
                        
                           Tel: +1 800 553-NETS
                        
                        E-mail: cs-snmp@cisco.com"
                DESCRIPTION
                        "Agent capabilities for CISCO-SNAPSHOT-MIB"
                REVISION        "9501230000Z"
                DESCRIPTION
                        "Initial version of this MIB module."
        ::= { ciscoAgentCapability 39 }

ciscoSnapshotCapabilityV10R03 AGENT-CAPABILITIES

PRODUCT-RELEASE "Cisco IOS 10.3"
STATUS          current
DESCRIPTION     "Cisco Snapshot Routing MIB capabilities"

SUPPORTS        CISCO-SNAPSHOT-MIB
        INCLUDES        { ciscoSnapshotMIBGroup }

        VARIATION       ciscoSnapshotIfIndex 
            SYNTAX      Integer32 (0..2147483648)
            DESCRIPTION "Dialers will report ifIndex of 0 until subinterfaces
                        are supported."
        VARIATION       ciscoSnapshotRowStatus 
            SYNTAX      INTEGER { active(1), createAndGo(4), destroy(6) }
            DESCRIPTION "Currently don't support notReady, createAndWait,
                        or notInService."

        ::= { ciscoSnapshotCapability 1 }

END